Html Css Color HEX #CF61CB Orchid

📋 copy color: '#CF61CB'

red 207 ◦ green 97 ◦ blue 203

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

Shades of Orchid #CF61CB

Tints of Orchid #CF61CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 40.83%
G = 19.13%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF61CB (or 0xCF61CB) is known color: Orchid. HEX triplet: CF, 61 and CB. RGB value is (207,97,203). Sum of RGB (Red+Green+Blue) = 207+97+203=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61CB is #309E34. Grayscale: #8D8D8D. Windows color (decimal): -3186229 or 13328847. OLE color: 13328847.

HSL color Cylindrical-coordinate representation of color #CF61CB: hue angle of 302.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61CB is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 203 -
CMYK 0 0.53 0.02 0.19
HSL 302.18º 0.53% 0.6% -
HSV(B) 302.18º 0.53% 0.81% -
XYZ 40.79 26.13 59.39 -
YUV 141.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 207 97 203 0 0.53 0.02 0.19 302.18 0.53 0.6
Hex CF 61 CB 0 35 2 13 12E 35 3C
Octal 317 141 313 0 65 2 23 456 65 74
Binary 11001111 1100001 11001011 0 110101 10 10011 100101110 110101 111100

Color Harmonies of #CF61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61CB

Black with #CF61CB

Text Example


Text Example

White with #CF61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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