Html Css Color HEX #CF61DF Orchid

📋 copy color: '#CF61DF'

red 207 ◦ green 97 ◦ blue 223

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

Shades of Orchid #CF61DF

Tints of Orchid #CF61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.41%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 39.28%
G = 18.41%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF61DF (or 0xCF61DF) is known color: Orchid. HEX triplet: CF, 61 and DF. RGB value is (207,97,223). Sum of RGB (Red+Green+Blue) = 207+97+223=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61DF is #309E20. Grayscale: #8F8F8F. Windows color (decimal): -3186209 or 14639567. OLE color: 14639567.

HSL color Cylindrical-coordinate representation of color #CF61DF: hue angle of 292.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF61DF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 97 223 -
CMYK 0.07 0.57 0 0.13
HSL 292.38º 0.66% 0.63% -
HSV(B) 292.38º 0.57% 0.87% -
XYZ 43.33 27.14 72.77 -
YUV 144.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 207 97 223 0.07 0.57 0 0.13 292.38 0.66 0.63
Hex CF 61 DF 7 39 0 D 124 42 3F
Octal 317 141 337 7 71 0 15 444 102 77
Binary 11001111 1100001 11011111 111 111001 0 1101 100100100 1000010 111111

Color Harmonies of #CF61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61DF

Black with #CF61DF

Text Example


Text Example

White with #CF61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61DF; }

 p { color: rgb(207,97,223); }

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

background-color css

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

 a { background-color: rgb(207,97,223); }

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

border-color css

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

 span { border-color: rgb(207,97,223); }

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