Html Css Color HEX #CF6AC0 Orchid

📋 copy color: '#CF6AC0'

red 207 ◦ green 106 ◦ blue 192

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

Shades of Orchid #CF6AC0

Tints of Orchid #CF6AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 40.99%
G = 20.99%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF6AC0 (or 0xCF6AC0) is known color: Orchid. HEX triplet: CF, 6A and C0. RGB value is (207,106,192). Sum of RGB (Red+Green+Blue) = 207+106+192=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC0 is #30953F. Grayscale: #919191. Windows color (decimal): -3183936 or 12610255. OLE color: 12610255.

HSL color Cylindrical-coordinate representation of color #CF6AC0: hue angle of 308.91º degrees, saturation: 0.51, 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 #CF6AC0 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 192 -
CMYK 0 0.49 0.07 0.19
HSL 308.91º 0.51% 0.61% -
HSV(B) 308.91º 0.49% 0.81% -
XYZ 40.4 27.38 53.02 -
YUV 146 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 207 106 192 0 0.49 0.07 0.19 308.91 0.51 0.61
Hex CF 6A C0 0 31 7 13 135 33 3D
Octal 317 152 300 0 61 7 23 465 63 75
Binary 11001111 1101010 11000000 0 110001 111 10011 100110101 110011 111101

Color Harmonies of #CF6AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AC0

Black with #CF6AC0

Text Example


Text Example

White with #CF6AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AC0; }

 p { color: rgb(207,106,192); }

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

background-color css

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

 a { background-color: rgb(207,106,192); }

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

border-color css

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

 span { border-color: rgb(207,106,192); }

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