Html Css Color HEX #CF65CB Orchid

📋 copy color: '#CF65CB'

red 207 ◦ green 101 ◦ blue 203

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

Shades of Orchid #CF65CB

Tints of Orchid #CF65CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

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

R = 40.51%
G = 19.77%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF65CB (or 0xCF65CB) is known color: Orchid. HEX triplet: CF, 65 and CB. RGB value is (207,101,203). Sum of RGB (Red+Green+Blue) = 207+101+203=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65CB is #309A34. Grayscale: #909090. Windows color (decimal): -3185205 or 13329871. OLE color: 13329871.

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

Color convert

RGB 207 101 203 -
CMYK 0 0.51 0.02 0.19
HSL 302.26º 0.52% 0.6% -
HSV(B) 302.26º 0.51% 0.81% -
XYZ 41.17 26.88 59.52 -
YUV 144.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 207 101 203 0 0.51 0.02 0.19 302.26 0.52 0.6
Hex CF 65 CB 0 33 2 13 12E 34 3C
Octal 317 145 313 0 63 2 23 456 64 74
Binary 11001111 1100101 11001011 0 110011 10 10011 100101110 110100 111100

Color Harmonies of #CF65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF65CB

Black with #CF65CB

Text Example


Text Example

White with #CF65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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