Html Css Color HEX #CF69CD Orchid

📋 copy color: '#CF69CD'

red 207 ◦ green 105 ◦ blue 205

#CF69CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF69CD

Tints of Orchid #CF69CD

RGB

 RED value IS 207 (81.25% from 255) = 40.04%

 GREEN value IS 105 (41.41% from 255) = 20.31%

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 40.04%
G = 20.31%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF69CD (or 0xCF69CD) is known color: Orchid. HEX triplet: CF, 69 and CD. RGB value is (207,105,205). Sum of RGB (Red+Green+Blue) = 207+105+205=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69CD is #309632. Grayscale: #929292. Windows color (decimal): -3184179 or 13461967. OLE color: 13461967.

HSL color Cylindrical-coordinate representation of color #CF69CD: hue angle of 301.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69CD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 205 -
CMYK 0 0.49 0.01 0.19
HSL 301.18º 0.52% 0.61% -
HSV(B) 301.18º 0.49% 0.81% -
XYZ 41.8 27.78 60.92 -
YUV 146.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 207 105 205 0 0.49 0.01 0.19 301.18 0.52 0.61
Hex CF 69 CD 0 31 1 13 12D 34 3D
Octal 317 151 315 0 61 1 23 455 64 75
Binary 11001111 1101001 11001101 0 110001 1 10011 100101101 110100 111101

Color Harmonies of #CF69CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69CD

Black with #CF69CD

Text Example


Text Example

White with #CF69CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69CD; }

 p { color: rgb(207,105,205); }

 H1.HeaderClassName
 {
   color: #CF69CD;
 }
 .AnyTagClassName
 {
   color: #CF69CD;
 }
</style>

background-color css

<style>
 a { background-color: #CF69CD; }

 a { background-color: rgb(207,105,205); }

 div.DivClassName
 {
   background-color: #CF69CD;
 }
 .BgClassName
 {
   background-color: #CF69CD;
 }
</style>

border-color css

<style>
 span { border-color: #CF69CD; }

 span { border-color: rgb(207,105,205); }

 td.TdClassName
 {
   border-color: #CF69CD;
 }
 .TagClassName
 {
   border-color: #CF69CD;
 }
</style>