Html Css Color HEX #CB63CF Orchid

📋 copy color: '#CB63CF'

red 203 ◦ green 99 ◦ blue 207

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

Shades of Orchid #CB63CF

Tints of Orchid #CB63CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.45%

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

R = 39.88%
G = 19.45%
B = 40.67%

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

#CB63CF (or 0xCB63CF) is known color: Orchid. HEX triplet: CB, 63 and CF. RGB value is (203,99,207). Sum of RGB (Red+Green+Blue) = 203+99+207=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CF is #349C30. Grayscale: #8E8E8E. Windows color (decimal): -3447857 or 13591499. OLE color: 13591499.

HSL color Cylindrical-coordinate representation of color #CB63CF: hue angle of 297.78º 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 #CB63CF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 99 207 -
CMYK 0.02 0.52 0 0.19
HSL 297.78º 0.53% 0.6% -
HSV(B) 297.78º 0.52% 0.81% -
XYZ 40.35 26.13 61.95 -
YUV 142.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 203 99 207 0.02 0.52 0 0.19 297.78 0.53 0.6
Hex CB 63 CF 2 34 0 13 12A 35 3C
Octal 313 143 317 2 64 0 23 452 65 74
Binary 11001011 1100011 11001111 10 110100 0 10011 100101010 110101 111100

Color Harmonies of #CB63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63CF

Black with #CB63CF

Text Example


Text Example

White with #CB63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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