Html Css Color HEX #CB64CF Orchid

📋 copy color: '#CB64CF'

red 203 ◦ green 100 ◦ blue 207

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

Shades of Orchid #CB64CF

Tints of Orchid #CB64CF

RGB

 RED value IS 203 (79.69% from 255) = 39.8%

 GREEN value IS 100 (39.45% from 255) = 19.61%

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 39.8%
G = 19.61%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB64CF (or 0xCB64CF) is known color: Orchid. HEX triplet: CB, 64 and CF. RGB value is (203,100,207). Sum of RGB (Red+Green+Blue) = 203+100+207=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64CF is #349B30. Grayscale: #8E8E8E. Windows color (decimal): -3447601 or 13591755. OLE color: 13591755.

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

Color convert

RGB 203 100 207 -
CMYK 0.02 0.52 0 0.19
HSL 297.76º 0.53% 0.6% -
HSV(B) 297.76º 0.52% 0.81% -
XYZ 40.45 26.32 61.98 -
YUV 143 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 203 100 207 0.02 0.52 0 0.19 297.76 0.53 0.6
Hex CB 64 CF 2 34 0 13 12A 35 3C
Octal 313 144 317 2 64 0 23 452 65 74
Binary 11001011 1100100 11001111 10 110100 0 10011 100101010 110101 111100

Color Harmonies of #CB64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64CF

Black with #CB64CF

Text Example


Text Example

White with #CB64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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