Html Css Color HEX #CB65CC Orchid

📋 copy color: '#CB65CC'

red 203 ◦ green 101 ◦ blue 204

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

Shades of Orchid #CB65CC

Tints of Orchid #CB65CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 39.96%
G = 19.88%
B = 40.16%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB65CC (or 0xCB65CC) is known color: Orchid. HEX triplet: CB, 65 and CC. RGB value is (203,101,204). Sum of RGB (Red+Green+Blue) = 203+101+204=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CC is #349A33. Grayscale: #8E8E8E. Windows color (decimal): -3447348 or 13395403. OLE color: 13395403.

HSL color Cylindrical-coordinate representation of color #CB65CC: hue angle of 299.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65CC is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 101 204 -
CMYK 0.00 0.50 0 0.2
HSL 299.42º 0.5% 0.6% -
HSV(B) 299.42º 0.5% 0.8% -
XYZ 40.18 26.36 60.1 -
YUV 143.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 203 101 204 0.00 0.50 0 0.2 299.42 0.5 0.6
Hex CB 65 CC 0 32 0 14 12B 32 3C
Octal 313 145 314 0 62 0 24 453 62 74
Binary 11001011 1100101 11001100 0 110010 0 10100 100101011 110010 111100

Color Harmonies of #CB65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65CC

Black with #CB65CC

Text Example


Text Example

White with #CB65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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